You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using pip is faster for macOS... running the tests takes ~45m to for x86_64 and ~15m for arm64 (!) compared to ~70 and ~30m, respectively, on main. I'm going to reenable slowtest tests for arm64 and see if it still comes in under an hour and keep it if so!
On main it's 28m for the pytest in the most recent green run for macos-latest with:
5116 passed, 42 skipped, 1191 deselected
On this PR it's a bit longer at 42m, but it tests more completely because I got rid of the not slowtest:
6193 passed, 47 skipped, 109 deselected
And the Windows one dropped from 60m to 34m for the pytest step, which is good, too. I realized it's now redundant with the Azure run, though, so I'm removing it (better to reduce GHA usage a little, and spread to Azure as another provider). The slowest test is now the most complete linux run (which hasn't really changed speed), which is fine!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes in #13878 were becoming too extensive, continuing here until CIs are green and can merge
Implements
verify_python.shidea I mentioned in the Pixi PR